home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / autocomplete_manager-2.3-fx.xpi / chrome / acmanager.jar / content / toolbar-overlay.xul < prev    next >
Extensible Markup Language  |  2008-03-14  |  2KB  |  39 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- ***** BEGIN LICENSE BLOCK *****
  4.    - Version: MPL 1.1
  5.    -
  6.    - The contents of this file are subject to the Mozilla Public License Version
  7.    - 1.1 (the "License"); you may not use this file except in compliance with
  8.    - the License. You may obtain a copy of the License at
  9.    - http://www.mozilla.org/MPL/
  10.    -
  11.    - Software distributed under the License is distributed on an "AS IS" basis,
  12.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.    - for the specific language governing rights and limitations under the License.
  14.    -
  15.    - The Original Code is the Autocomplete Manager extension.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Nikitas Liogkas <nikitas@acm.org>.
  19.    - Portions created by the Initial Developer are Copyright (C) 2005-2008
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s): 
  23.    - Version 2.3
  24.    -
  25.    - ***** END LICENSE BLOCK ***** -->
  26.  
  27. <overlay id="toolbar-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  28.  
  29.   <script type="application/javascript" src="chrome://acmanager/content/aggregator.js"/>
  30.   <script type="application/javascript" src="chrome://acmanager/content/acpopup.js"/>
  31.   <script type="application/javascript" src="chrome://acmanager/content/options.js"/>
  32.  
  33.   <!-- fix for bug 286619: when user customizes the toolbar, event listeners are lost! -->
  34.   <window id="CustomizeToolbarWindow"
  35.           onunload="onUnload(); acm_restoreUrlbarListeners();">
  36.   </window>
  37.  
  38. </overlay>
  39.